Autogenerated HTML docs for v1.5.6.1-77-gf9a0
diff --git a/git-config.html b/git-config.html index ed6215c..b28166e 100644 --- a/git-config.html +++ b/git-config.html
@@ -1196,6 +1196,18 @@ </ul> </dd> <dt> +core.fsyncobjectfiles +</dt> +<dd> +<p> + This boolean will enable <em>fsync()</em> when writing object files. +</p> +<p>This is a total waste of time and effort on a filesystem that orders +data writes properly, but can be useful for filesystems that do not use +journalling (traditional UNIX filesystems) or that only journal metadata +and not file contents (OS X's HFS+, or Linux ext3 with "data=writeback").</p> +</dd> +<dt> alias.* </dt> <dd> @@ -2635,7 +2647,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 23-Jun-2008 07:13:34 UTC +Last updated 26-Jun-2008 06:33:11 UTC </div> </div> </body>